<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>1</cardCount>
<cardID>5457</cardID>
<listID>2619</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>424</height>
</cardSize>
<script>on startUpdoMenu "Scroll"end startUpon openStackgo lastset the userLevel to 5if the visible of bg btn id 49 is true thensend mouseUp to bg btn "billing"show bg btn "show billing"hide bg btn "hide billing"end ifend openStackon openCardglobal mat, mech, otherput fld "mat" into matput fld "mech" into mechput fld "other" into otherput the number of this card && "of" && the number of cards into fld "card#"end openCardon closeCardglobal mat, mech, otherput mat into fld "mat"put mech into fld "mech"put other into fld "other"end closeCardon newCardlock screengo lastset the cursor to busypass newCardget the number of this cardget fld "number" of cd it-1put it into oldNumberif it < 10 then put "000" into leaderelse if it < 100 then put "00" into leaderelse if it < 1000 then put "0" into leaderelse put "" into leaderput leader & oldNumber+1 into fld "number"unlock screenend newCardon closeStackglobal showInvoiceput false into showInvoiceend closeStack</script>